⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻 AM
字号:
#### $Id: Makefile.am,v 1.10 2003/01/16 02:58:35 ralf Exp $##include_goaheaddir = $(includedir)/goaheadLIBNAME = lib.aLIB = $(ARCH)/$(LIBNAME)C_FILES = asp.c balloc.c default.c ejlex.c ejparse.c emfdb.c form.c \    h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c security.c \    sock.c socket.c sym.c uemf.c um.c url.c value.c wbase64.c webrom.c webs.c \    websuemf.c webmain.cOBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))H_FILES = ej.h ejIntrn.h emfdb.h md5.h uemf.h um.h webs.h wsIntrn.hinclude $(top_srcdir)/../../../automake/compile.aminclude $(top_srcdir)/../../../automake/lib.am## Add local stuff here using +=#AM_CPPFLAGS += -DWEBS -DUEMF -DOS="RTEMS"$(LIB): $(OBJS)	$(make-library)$(PROJECT_INCLUDE):	$(mkinstalldirs) $@$(PROJECT_INCLUDE)/goahead:	$(mkinstalldirs) $@$(PROJECT_INCLUDE)/goahead/%.h: %.h	$(INSTALL_DATA) $< $@$(PROJECT_INCLUDE)/rtems_webserver.h: rtems_webserver.h	$(INSTALL_DATA) $< $@PREINSTALL_FILES = $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems_webserver.h \    $(PROJECT_INCLUDE)/goahead $(H_FILES:%.h=$(PROJECT_INCLUDE)/goahead/%.h)if HAS_POSIXinclude_HEADERS = rtems_webserver.hinclude_goahead_HEADERS = $(H_FILES)all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB)endif.PRECIOUS: $(LIB)EXTRA_DIST = asp.c balloc.c default.c ej.h ejlex.c ejparse.c form.c h.c \    handler.c mime.c misc.c ringq.c rom.c rtems_webserver.h security.c \    sock.c socket.c sym.c uemf.c uemf.h um.h url.c value.c wbase64.c webcomp.c \    webmain.c webpage.c webrom.c webs.c webs.h websuemf.c wsIntrn.hinclude $(top_srcdir)/../../../automake/local.am

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -