1include %%topdir%%/config.mk 2 3SRCS = menu.c system_menu.c 4LIBTARGET = menu.so 5install: 6 $(install) 755 $(LIBDIR)/fbpanel 755 $(LIBTARGET) 7 8include %%topdir%%/rules.mk 9