File: Imakefile

package info (click to toggle)
xeji 1.2-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 160 kB
  • ctags: 32
  • sloc: ansic: 266; makefile: 46
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)