8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-25 02:03:03 +01:00
firebird-mirror/src/jrd/john.make
2001-12-24 02:51:06 +00:00

6 lines
571 B
Makefile

all:
c++ -ggdb -DDEV_BUILD -g -pipe -MMD -p -fPIC -Wall -I../../src -I../../src/include -F/System/Library/Frameworks/CoreServices.framework/Frameworks -ggdb -DDEV_BUILD -g -pipe -MMD -p -fPIC -Wall -I../../src -I../../src/include -c ../../src/jrd/all.cpp -o ../../gen/jrd/all.o
%.o:
c++ -ggdb -DDEV_BUILD -g -pipe -MMD -p -fPIC -Wall -I../../src -I../../src/include -F/System/Library/Frameworks/CoreServices.framework/Frameworks -ggdb -DDEV_BUILD -g -pipe -MMD -p -fPIC -Wall -I../../src -I../../src/include -c ../../src/jrd/$(@:%.o=%.cpp) -o ../../gen/jrd/$@