Quick fix of one of the causes of errors in Snow Leopard. No doubt there will be other make files with the same issue.

A better option would be to merge dev into the aspirin2 branch where these issues have already been fixed.
This commit is contained in:
Bernard Davison
2012-03-06 21:44:08 +11:00
parent 0963056dbc
commit 3ca303279c
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ endif
UNAME = $(shell uname -s)
ifeq ("$(UNAME)","Darwin")
LIBRARYS = -L /opt/paparazzi/lib -L /opt/local/lib
INCLUDES = -I /opt/paparazzi/include -I /opt/local/include/
LIBRARYS = -L/opt/paparazzi/lib -L/opt/local/lib
INCLUDES = -I/opt/paparazzi/include -I/opt/local/include/
endif
+2 -2
View File
@@ -52,8 +52,8 @@ UNAME = $(shell uname -s)
UNAME = $(shell uname -s)
ifeq ("$(UNAME)","Darwin")
LIBRARYS = -L /opt/paparazzi/lib -L /opt/local/lib
INCLUDES = -I /opt/paparazzi/include -I /opt/local/include/
LIBRARYS = -L/opt/paparazzi/lib -L/opt/local/lib
INCLUDES = -I/opt/paparazzi/include -I/opt/local/include/
endif
LIBS = ivy-ocaml.cma ivy-ocaml.cmxa glibivy-ocaml.cma glibivy-ocaml.cmxa
+4 -4
View File
@@ -4,10 +4,10 @@
#JSBSIM = /usr/local
#CC = g++
#CFLAGS = -Wall -I $(JSBSIM)/include/JSBSim -I../include
#LDFLAGS = -L $(JSBSIM)/lib -lJSBSim
#CFLAGS += -I /usr/include/meschach -I /usr/local/include/
#LDFLAGS += -lmeschach -L /usr/lib
#CFLAGS = -Wall -I$(JSBSIM)/include/JSBSim -I../include
#LDFLAGS = -L$(JSBSIM)/lib -lJSBSim
#CFLAGS += -I/usr/include/meschach -I/usr/local/include/
#LDFLAGS += -lmeschach -L/usr/lib
#CFLAGS += `pkg-config glib-2.0 --cflags`
#LDFLAGS += `pkg-config glib-2.0 --libs` -lm -lglibivy -lpcre