File: Makefile

package info (click to toggle)
openbox 3.5.2-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 6,804 kB
  • sloc: ansic: 35,864; sh: 11,790; xml: 1,358; makefile: 595; 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