Changeset 1745 in Sophya for trunk/ArchTOIPipe/Makefile.in


Ignore:
Timestamp:
Nov 12, 2001, 11:46:44 AM (24 years ago)
Author:
aubourg
Message:

install target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Makefile.in

    r1732 r1745  
    55exec_prefix = @exec_prefix@
    66bindir = @bindir@
     7libdir = @libdir@
    78CXX=@CXX@
    89AR=@AR@
     
    6162endif
    6263
    63 default:
    64         echo "no program specified"
     64default: build_kernel build_processors build_sophya
     65        echo "pipe libs built"
     66
     67install:  default
     68        mkdir -p $(libdir)
     69        mkdir -p $(prefix)/include
     70        $(INSTALL) kernel/libatkern.a $(libdir)/
     71        $(INSTALL) $(srcdir)/kernel/*.h $(prefix)/include
     72        $(INSTALL) processors/libatproc.a $(libdir)/
     73        $(INSTALL) $(srcdir)/processors/*.h $(prefix)/include
     74        if [ -f sophya/libatsop.a ]; then \
     75          $(INSTALL) sophya/libatsop.a $(libdir)/; \
     76          $(INSTALL) $(srcdir)/sophya/*.h $(prefix)/include; \
     77        fi
    6578
    6679clean:
Note: See TracChangeset for help on using the changeset viewer.