- Removed epicsmotor from motor.c - Fixed a bad define in tasscanub.h Conflicts: makefile_macosx
17 lines
423 B
Plaintext
17 lines
423 B
Plaintext
#--------------------------------------------------------------------------
|
|
# general defines used within the PSI makefile hierarchy
|
|
#
|
|
# Mark Koennecke, July 2003
|
|
#-------------------------------------------------------------------------
|
|
|
|
#DFORTIFY= -DFORTIFY
|
|
#FORTIFYOBJ= fortify.o strdup.o
|
|
#DFORTIFY= -pg
|
|
|
|
MFLAGS=-f makefile_macosx
|
|
|
|
HDFROOT=/usr/pkg
|
|
EPICS=/usr/local/epics
|
|
EPICSLIBS=-L$(EPICS)/lib/darwin-x86 -lca -lCom
|
|
|