1 |
# File generated automatically by Lazarus Package Manager |
2 |
# |
3 |
# Makefile.fpc for fbintf 0.0 |
4 |
# |
5 |
# This file was generated on 21/11/16 |
6 |
|
7 |
[package] |
8 |
name=fbintf |
9 |
version=0.0 |
10 |
|
11 |
[compiler] |
12 |
unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET) |
13 |
unitdir=client client/3.0/firebird client/2.5 . client/3.0 |
14 |
includedir=client/3.0/firebird client/include include |
15 |
options= -MObjFPC -Scghi -O3 -l -vewnhibq $(DBG_OPTIONS) |
16 |
|
17 |
[target] |
18 |
units=fbintf.pas |
19 |
|
20 |
[clean] |
21 |
files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \ |
22 |
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) \ |
23 |
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) \ |
24 |
$(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) \ |
25 |
$(wildcard $(COMPILER_UNITTARGETDIR)/*.res) \ |
26 |
$(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) \ |
27 |
$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT)) |
28 |
|
29 |
[prerules] |
30 |
DBG_OPTIONS= |
31 |
ifeq ($(OS_TARGET),darwin) |
32 |
DBG_OPTIONS=-gw |
33 |
endif |
34 |
|
35 |
[rules] |
36 |
.PHONY: cleartarget compiled all |
37 |
|
38 |
cleartarget: |
39 |
-$(DEL) $(COMPILER_UNITTARGETDIR)/fbintf$(PPUEXT) |
40 |
|
41 |
all: cleartarget $(COMPILER_UNITTARGETDIR) fbintf$(PPUEXT) |
42 |
|
43 |
distclean: clean |
44 |
${DELTREE} lib/* |