mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-25 02:03:03 +01:00
6 lines
571 B
Makefile
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/$@
|