Changes in uspace/lib/posix/Makefile [b501de7:9b8be79] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/Makefile
rb501de7 r9b8be79 36 36 ../math/libmath.a \ 37 37 ../clui/libclui.a \ 38 ../gui/libgui.a \39 ../draw/libdraw.a \40 ../softrend/libsoftrend.a \41 ../hound/libhound.a \42 ../pcm/libpcm.a \43 38 $(LIBC_PREFIX)/libc.a \ 44 39 $(LIBC_PREFIX)/crt0.o \ … … 98 93 include $(USPACE_PREFIX)/Makefile.common 99 94 100 export: $(EXPORT_DIR)/config.mk $(EXPORT_DIR)/config.rc \ 101 $(EXPORT_DIR)/Makefile.common $(EXPORT_DIR)/Makefile.config 95 export: $(EXPORT_DIR)/config.mk $(EXPORT_DIR)/config.rc 102 96 103 97 $(EXPORT_DIR)/config.mk: export-libs export-includes … … 117 111 sed 's:$$(HELENOS_EXPORT_ROOT):$$HELENOS_EXPORT_ROOT:g' < $< >$@ 118 112 119 $(EXPORT_DIR)/Makefile.common: ../../../Makefile.common120 cp $< $@121 122 $(EXPORT_DIR)/Makefile.config: ../../../Makefile.config123 cp $< $@124 125 113 export-libs: $(EXPORT_FILES) export-includes 126 114 mkdir -p $(EXPORT_DIR)/lib … … 136 124 cp -L ../clui/tinput.h $(EXPORT_DIR)/include.new/libclui 137 125 rm -rf $(EXPORT_DIR)/include 138 mkdir -p $(EXPORT_DIR)/include.new/libdraw139 cp -r -L -t $(EXPORT_DIR)/include.new/libdraw ../draw/*.h140 mkdir -p $(EXPORT_DIR)/include.new/libdraw/codec141 cp -r -L -t $(EXPORT_DIR)/include.new/libdraw/codec ../draw/codec/*.h142 mkdir -p $(EXPORT_DIR)/include.new/libgui143 cp -L -t $(EXPORT_DIR)/include.new/libgui ../gui/*.h144 mkdir -p $(EXPORT_DIR)/include.new/libhound145 cp -r -L -t $(EXPORT_DIR)/include.new/libhound ../hound/include/*146 mkdir -p $(EXPORT_DIR)/include.new/libpcm147 cp -r -L -t $(EXPORT_DIR)/include.new/libpcm ../pcm/include/*148 126 mv $(EXPORT_DIR)/include.new $(EXPORT_DIR)/include
Note:
See TracChangeset
for help on using the changeset viewer.