GoldED+ sources: Initial revision.
This commit is contained in:
17
goldnode/Makefile
Normal file
17
goldnode/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
# -*- 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
|
Reference in New Issue
Block a user