17 lines
228 B
Makefile
Executable File
17 lines
228 B
Makefile
Executable File
# -*- makefile -*-
|
|
|
|
TOP=../..
|
|
TARGET=msgidlib
|
|
INCS=-I$(TOP)/goldlib/gall
|
|
|
|
include $(TOP)/GNUmakef.inc
|
|
include $(TOP)/GNUmakef.lib
|
|
|
|
ifeq ($(PLATFORM),lnx)
|
|
CFLAGS+=-DUNIX
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),be)
|
|
CFLAGS+=-DUNIX=__BEOS__
|
|
endif
|