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
2000-02-25 10:15:17 +00:00

18 lines
308 B
Makefile

# -*- 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
endif
ifeq ($(TERM),cygwin)
STDLIBS=-luser32
endif
GLIBS=gall
CLEANS=
include $(TOP)/GNUmakef.inc
include $(TOP)/GNUmakef.prg