1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-05-18 00:48:57 -04:00
elinks/src/dialogs/Makefile
2005-09-27 21:11:28 +02:00

14 lines
291 B
Makefile

path_to_top=../..
include $(path_to_top)/Makefile.config
ifeq ($(CONFIG_EXMODE),yes)
exmodeobj = exmode.o
endif
OBJS = document.o download.o edit.o $(exmodeobj) info.o menu.o options.o progress.o status.o
all-local: libdialogs.a
libdialogs.a: $(OBJS)
include $(path_to_top)/Makefile.lib