Changes in uspace/lib/posix/Makefile [ea4910b:bc56f30] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/Makefile
rea4910b rbc56f30 41 41 ../hound/libhound.a \ 42 42 ../pcm/libpcm.a \ 43 ../cpp/libcpp.a \ 43 44 $(LIBC_PREFIX)/libc.a \ 44 45 $(LIBC_PREFIX)/crt0.o \ … … 96 97 $(COMMON_CFLAGS) 97 98 99 EXPORT_CXXFLAGS = \ 100 $(COMMON_CXXFLAGS) 101 98 102 include $(USPACE_PREFIX)/Makefile.common 99 103 … … 109 113 echo 'HELENOS_CPPFLAGS="$(EXPORT_CPPFLAGS)"' >> $@.new 110 114 echo 'HELENOS_CFLAGS="$(EXPORT_CFLAGS)"' >> $@.new 111 echo 'HELENOS_CXXFLAGS="$(EXPORT_C FLAGS)"' >> $@.new115 echo 'HELENOS_CXXFLAGS="$(EXPORT_CXXFLAGS)"' >> $@.new 112 116 echo 'HELENOS_LDFLAGS="$(EXPORT_LDFLAGS)"' >> $@.new 113 117 echo 'HELENOS_LDLIBS="$(EXPORT_LDLIBS)"' >> $@.new … … 146 150 mkdir -p $(EXPORT_DIR)/include.new/libpcm 147 151 cp -r -L -t $(EXPORT_DIR)/include.new/libpcm ../pcm/include/* 152 mkdir -p $(EXPORT_DIR)/include.new/libcpp 153 cp -r -L -t $(EXPORT_DIR)/include.new/libcpp ../cpp/include/* 148 154 mv $(EXPORT_DIR)/include.new $(EXPORT_DIR)/include
Note:
See TracChangeset
for help on using the changeset viewer.