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/goldnode/Makefile

23 lines
361 B
Makefile
Raw Normal View History

2000-02-25 10:15:17 +00:00
# -*- makefile -*-
TOP=..
SHORTTARGET=gn
TARGET=goldnode
INCS=-I$(TOP)/goldlib/gall -I$(TOP)/goldlib/gcfg -I$(TOP)/golded3/
ifeq ($(findstring EMX, $(PATH)), EMX)
STDLIBS=-lstdcpp
2003-10-23 10:46:36 +00:00
else
2000-02-25 10:15:17 +00:00
ifeq ($(TERM),cygwin)
STDLIBS=-luser32
2003-10-23 10:46:36 +00:00
else
ifeq ($(TERM),MSYS)
STDLIBS=-luser32
endif
endif
2000-02-25 10:15:17 +00:00
endif
GLIBS=gall
CLEANS=
include $(TOP)/GNUmakef.inc
include $(TOP)/GNUmakef.prg