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

22
goldlib/gall/Makefile Normal file
View File

@@ -0,0 +1,22 @@
# -*- makefile -*-
TOP=../..
TARGET=gall
INCS=-I$(TOP)/goldlib/gall
ifeq ($(findstring EMX, $(PATH)), EMX)
INCS+=-I$(TOP)/goldlib/glibc
else
ifeq ($(TERM),cygwin)
INCS+=-I$(TOP)/goldlib/glibc
endif
endif
include $(TOP)/GNUmakef.inc
ifeq ($(PLATFORM),emx)
ifeq ($(AR),emxomfar)
AR += -p32
endif
endif
include $(TOP)/GNUmakef.lib