mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
18 lines
219 B
Makefile
18 lines
219 B
Makefile
|
|
AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
lib_LIBRARIES = libWMaker.a
|
|
|
|
include_HEADERS = WMaker.h
|
|
|
|
INCLUDES = $(DFLAGS) @XCFLAGS@
|
|
|
|
libWMaker_a_SOURCES = \
|
|
menu.c \
|
|
app.c \
|
|
event.c \
|
|
command.c \
|
|
app.h \
|
|
menu.h
|
|
|