File: Makefile.conf.in

package info (click to toggle)
fungw 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,268 kB
  • sloc: ansic: 24,257; makefile: 500; sh: 32; awk: 9; perl: 8; tcl: 7; javascript: 7; ruby: 7; python: 6
file content (15 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
print [~

# when fungw is installed, this should be /usr/lib/puplug/
FUNGWBIND=../../../libfungwbind
include $(FUNGWBIND)/libfungwbind.mak

CFLAGS = ~/local/fungw/cflags~ ~/target/cc/fpic~  -I../../.. -I../../../src_3rd
LDFLAGS = ~/local/fungw/ldflags~ ~/target/cc/fpic~
LIB_FGW = ../../../libfungw/libfungw.a ../../../src_3rd/genht/genht_std.a
LDLIBS = $(FUNGWBIND_LDLIBS) -lm

../src_3rd/genht/genht_std.a:
	cd ../src_3rd/genht && make genht_std.a

~]