|
Revision 27, 0.8 kB
(checked in by t, 3 years ago)
|
updated for new improved layout.
|
| Line | |
|---|
| 1 |
# a large variety of other packages are needed ;(. |
|---|
| 2 |
|
|---|
| 3 |
####### Location of packages ################################################ |
|---|
| 4 |
|
|---|
| 5 |
ROOTDIR=/Users/t/dev |
|---|
| 6 |
|
|---|
| 7 |
PAIRCOMP=$(ROOTDIR)/paircomp |
|---|
| 8 |
CANAL_CPP=$(ROOTDIR)/cartwheel-clients/canal.c++/src |
|---|
| 9 |
SISTER_UTILS=$(ROOTDIR)/xml/sister.c++/src |
|---|
| 10 |
MOTILITY_DIR=$(ROOTDIR)/motility/src |
|---|
| 11 |
|
|---|
| 12 |
####### FLTK linking requirements ########################################### |
|---|
| 13 |
|
|---|
| 14 |
# For OS X, add |
|---|
| 15 |
# -framework Carbon -framework ApplicationServices \ |
|---|
| 16 |
# before -lfltk |
|---|
| 17 |
|
|---|
| 18 |
FLTK_LIB= -framework Carbon -framework ApplicationServices \ |
|---|
| 19 |
-L/Users/t/software/fltk-1.1.6/lib -lfltk |
|---|
| 20 |
|
|---|
| 21 |
####### Xerces C lib location ############################################### |
|---|
| 22 |
|
|---|
| 23 |
### On my iBook --CTB |
|---|
| 24 |
# static linking, for distribution: |
|---|
| 25 |
#XERCES_LIB=-lxerces-c-static |
|---|
| 26 |
|
|---|
| 27 |
# dynamic linking for development: |
|---|
| 28 |
XERCES_LIB=-lxerces-c |
|---|