This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/goldlib/msgidlib/Makefile
2005-10-24 14:25:46 +00:00

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