File: Makefile

package info (click to toggle)
openbox 3.5.0-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,256 kB
  • sloc: ansic: 35,080; sh: 10,641; xml: 1,358; makefile: 577; 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