GoldED+ sources: Initial revision.
This commit is contained in:
22
goldlib/gall/Makefile
Normal file
22
goldlib/gall/Makefile
Normal 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
|
Reference in New Issue
Block a user