File: Imakefile

package info (click to toggle)
xeji 1.2-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 184 kB
  • ctags: 32
  • sloc: ansic: 266; makefile: 45; sh: 1
file content (7 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
LOCAL_LIBRARIES = -lXpm -lXext -lX11 -lm
SRCS = xeji.c
OBJS = xeji.o
CC = gcc     
CFLAGS = -O2 -DXPM
CDEBUGFLAGS =
ComplexProgramTarget(xeji)