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