mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-22 20:36:06 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user