8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-26 08:03:03 +01:00
firebird-mirror/src/jrd/john.make

6 lines
571 B
Plaintext
Raw Normal View History

2001-12-24 03:51:06 +01:00
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/$@