File: compr.mak

package info (click to toggle)
acm 5.0-23.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 8,364 kB
  • ctags: 4,793
  • sloc: ansic: 42,444; makefile: 706; cpp: 293; perl: 280; sh: 198
file content (5 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (15)
1
2
3
4
5
CC=gcc
CFLAGS=-I/usr/X11R5/include -I../V/lib -O -g

compr: compr.o
	$(CC) $(CFLAGS) -o $@ compr.o -L/usr/X11R5/lib -L../V/lib -lV -lX11 -lm