File: GNUmakefile

package info (click to toggle)
inventor 2.1.5-10-19
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 36,252 kB
  • ctags: 24,580
  • sloc: ansic: 33,867; lisp: 7,361; cpp: 3,874; yacc: 369; sh: 359; perl: 234; awk: 141; makefile: 79; csh: 35; sed: 11
file content (19 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
IVDEPTH = ../..
include $(IVDEPTH)/make/ivcommondefs

LCDEFS = $(LCXXDEFS)

ARCHIVE = libFL.a

LCINCS += -I/usr/include/freetype2

CFILES = fl.c flclient.c flfreetype.c

CFLAGS += -Wall -g

all install: link all_ivbin

link:
	if [ ! -L flclient.h ]; then ln -s ../src/flclient.h .; fi

include $(IVCOMMONRULES)