1 INSTALL
= /usr
/bin
/install
5 $(shell pkg-config dockapp
--cflags) \
6 $(shell pkg-config x11
--cflags) \
7 $(shell pkg-config xext
--cflags) \
8 $(shell pkg-config xpm
--cflags)
11 LIBS
= $(shell pkg-config dockapp
--libs
) \
12 $(shell pkg-config x11
--libs
) \
13 $(shell pkg-config xext
--libs
) \
14 $(shell pkg-config xpm
--libs
)
21 $(CC
) $(CPPFLAGS
) $(CFLAGS
) -c
$< -o
$*.o
24 $(LD
) $(LDFLAGS
) $^
-o
$@
$(LIBS
)
30 $(INSTALL
) -m
0755 wmcore
$(DESTDIR
)/usr
/bin