File: Imakefile

package info (click to toggle)
libliteclue 1.2.16-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 152 kB
  • ctags: 152
  • sloc: ansic: 723; makefile: 108; sh: 2
file content (15 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

/* XPMLIB = -lXpm */

/*CC = gcc -g /* -DXPM  */

SYS_LIBRARIES= -lXaw -lXmu $(XPMLIB) $(XTOOLLIB) $(XLIB) 

INCLUDES = -I.
SRCS= LiteClueTest.c LiteClue.c
OBJS= LiteClueTest.o LiteClue.o
PROGRAM= LiteClueTest 

ComplexProgramTarget(LiteClueTest)

depend:: LiteClueP.h LiteClue.h