IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 30, 2006, 5:05:29 PM (20 years ago)
Author:
eugene
Message:

added Makefile.Common, cleanups, support for .so

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/Makefile

    r10305 r10342  
    66INC     =       $(HOME)/include
    77SDIR    =       $(HOME)/pcontrol
    8 #
    9 DESTBIN =       $(BINDIR)
    10 DESTLIB =       $(LIBDIR)
    11 DESTINC =       $(INCDIR)
    12 DESTMAN =       $(MANDIR)
    13 DESTHLP =       $(HELPDIR)/pcontrol
    14 
    15 #  compile flags
    16 CFLAGS  =       -I$(INC) -I$(INCDIR) $(INCDIRS) -DHELPDIR_DEFAULT=$(DESTHLP)
     8HELP    =       $(DESTHELP)/pcontrol
    179
    1810# link flags
    1911LIBS1   =       -lkapa -lFITS -lohana $(LIBFLAGS)
    2012LIBS2   =       -lbasiccmd -lshell -ldata
    21 LFLAGS  =       -L$(LIB) -L$(LIBDIR) $(LIBDIRS) $(LIBS2) $(LIBS1)
     13LFLAGS  =       -L$(LIB) -L$(DESTLIB) $(LIBDIRS) $(LIBS2) $(LIBS1)
    2214
    2315# to build the non-threaded version, remove -lpthread and comment out
Note: See TracChangeset for help on using the changeset viewer.