Changeset 1747 in Sophya


Ignore:
Timestamp:
Nov 12, 2001, 1:03:08 PM (24 years ago)
Author:
aubourg
Message:

install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Makefile.in

    r1745 r1747  
    6969        mkdir -p $(prefix)/include
    7070        $(INSTALL) kernel/libatkern.a $(libdir)/
    71         $(INSTALL) $(srcdir)/kernel/*.h $(prefix)/include
    7271        $(INSTALL) processors/libatproc.a $(libdir)/
    73         $(INSTALL) $(srcdir)/processors/*.h $(prefix)/include
     72        for f in $(srcdir)/kernel/*.h $(srcdir)/processors/*.h; do \
     73          $(INSTALL) $$f $(prefix)/include; \
     74        done
    7475        if [ -f sophya/libatsop.a ]; then \
    7576          $(INSTALL) sophya/libatsop.a $(libdir)/; \
    76           $(INSTALL) $(srcdir)/sophya/*.h $(prefix)/include; \
     77          for f in $(srcdir)/sophya/*.h; do \
     78            $(INSTALL) $$f $(prefix)/include; \
     79          done \
    7780        fi
    7881
Note: See TracChangeset for help on using the changeset viewer.