mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
11 lines
157 B
Makefile
11 lines
157 B
Makefile
PROGRAMS = \
|
|
makedep \
|
|
make_xftmpl
|
|
|
|
SOURCES = \
|
|
make_xftmpl.c \
|
|
makedep.c \
|
|
wineapploader.in
|
|
|
|
makedep_OBJS = makedep.o
|
|
make_xftmpl_OBJS = make_xftmpl.o
|