GoldED+ sources: Initial revision.

This commit is contained in:
Alexander S. Aganichev
2000-02-25 10:15:17 +00:00
commit 5932b8817b
448 changed files with 142031 additions and 0 deletions

17
goldnode/Makefile Normal file
View 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