# $Id$ # According to Bryon G. Rigg , this file # should allow ACE to be built on Linux. debug = 1 optimize = 1 CC = gcc CXX = g++ CFLAGS += -w -fno-strict-prototypes -pipe CCFLAGS += $(CFLAGS) -fno-implicit-templates DCFLAGS += -g DLD = $(CXX) LD = $(CXX) LIBS += -ldl OCFLAGS += -O PIC = -fPIC AR = ar ARFLAGS = ruv RANLIB = ranlib SOFLAGS = $(CPPFLAGS) -shared SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $< PRELIB = @true