Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    rb501de7 r9b8be79  
    3636        ../math/libmath.a \
    3737        ../clui/libclui.a \
    38         ../gui/libgui.a \
    39         ../draw/libdraw.a \
    40         ../softrend/libsoftrend.a \
    41         ../hound/libhound.a \
    42         ../pcm/libpcm.a \
    4338        $(LIBC_PREFIX)/libc.a \
    4439        $(LIBC_PREFIX)/crt0.o \
     
    9893include $(USPACE_PREFIX)/Makefile.common
    9994
    100 export: $(EXPORT_DIR)/config.mk $(EXPORT_DIR)/config.rc \
    101     $(EXPORT_DIR)/Makefile.common $(EXPORT_DIR)/Makefile.config
     95export: $(EXPORT_DIR)/config.mk $(EXPORT_DIR)/config.rc
    10296
    10397$(EXPORT_DIR)/config.mk: export-libs export-includes
     
    117111        sed 's:$$(HELENOS_EXPORT_ROOT):$$HELENOS_EXPORT_ROOT:g' < $< >$@
    118112
    119 $(EXPORT_DIR)/Makefile.common: ../../../Makefile.common
    120         cp $< $@
    121 
    122 $(EXPORT_DIR)/Makefile.config: ../../../Makefile.config
    123         cp $< $@
    124 
    125113export-libs: $(EXPORT_FILES) export-includes
    126114        mkdir -p $(EXPORT_DIR)/lib
     
    136124        cp -L ../clui/tinput.h $(EXPORT_DIR)/include.new/libclui
    137125        rm -rf $(EXPORT_DIR)/include
    138         mkdir -p $(EXPORT_DIR)/include.new/libdraw
    139         cp -r -L -t $(EXPORT_DIR)/include.new/libdraw ../draw/*.h
    140         mkdir -p $(EXPORT_DIR)/include.new/libdraw/codec
    141         cp -r -L -t $(EXPORT_DIR)/include.new/libdraw/codec ../draw/codec/*.h
    142         mkdir -p $(EXPORT_DIR)/include.new/libgui
    143         cp -L -t $(EXPORT_DIR)/include.new/libgui ../gui/*.h
    144         mkdir -p $(EXPORT_DIR)/include.new/libhound
    145         cp -r -L -t $(EXPORT_DIR)/include.new/libhound ../hound/include/*
    146         mkdir -p $(EXPORT_DIR)/include.new/libpcm
    147         cp -r -L -t $(EXPORT_DIR)/include.new/libpcm ../pcm/include/*
    148126        mv $(EXPORT_DIR)/include.new $(EXPORT_DIR)/include
Note: See TracChangeset for help on using the changeset viewer.