# Makefile for EMX GCC on OS/2 with GMAKE using a.out style linkage # This will produce dynamic executables requiring EMX.DLL and EMXLIB*DLL CC= gcc # the space after the o is important! EXENAMEFLAG=-o CDEFS= -DOS2 -I.. -Wall -pedantic -c -Wno-char-subscripts -DNOSEMAPHORES COPT= -O2 LFLAGS= -s -Zcrtdll OBJ=.o EXE=.exe TPU=.tpu RM=cmd /c del LIB=.a AR=ar AR_R=r LINKSMAPI=../smapi/smapiemx.a LIBPREFIX= FIDOCONFIG = fconfemx FCONF2AQUAED = fconf2aquaed FCONF2GOLDED = fconf2golded FCONF2MSGED = fconf2msged FCONF2FIDOGATE = fconf2fidogate FCONF2SQUISH = fconf2squish FECFG2FCONF = fecfg2fconf LIBFIDOCONFIG = $(LIBPREFIX)$(FIDOCONFIG) LINKFIDOCONFIG=$(LIBFIDOCONFIG)$(LIB) default: all include makefile.inc all: commonlibs commonprogs clean: commonclean distclean: commondistclean