File: Makefile

package info (click to toggle)
openbox 3.4.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 5,472 kB
  • ctags: 3,123
  • sloc: ansic: 30,651; sh: 9,682; xml: 1,345; makefile: 578; python: 572; sed: 16
file content (6 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
files=$(wildcard *.c)

all: $(files:.c=)

%: %.c
	$(CC) `pkg-config --cflags --libs glib-2.0` $(CFLAGS) -o $@ $^ -lX11 -lXext -L/usr/X11R6/lib -I/usr/X11R6/include