summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/nwztools/database/nvp/Makefile4
-rw-r--r--utils/nwztools/emmctools/Makefile2
-rw-r--r--utils/nwztools/scsitools/Makefile2
-rw-r--r--utils/nwztools/upgtools/Makefile4
4 files changed, 6 insertions, 6 deletions
diff --git a/utils/nwztools/database/nvp/Makefile b/utils/nwztools/database/nvp/Makefile
index d12bcb3451..0838912b80 100644
--- a/utils/nwztools/database/nvp/Makefile
+++ b/utils/nwztools/database/nvp/Makefile
@@ -3,8 +3,8 @@ CC=gcc
3CXX=g++ 3CXX=g++
4LD=g++ 4LD=g++
5PROFILE= 5PROFILE=
6CFLAGS=-g $(PROFILE) -std=c99 -W -Wall $(DEFINES) `xml2-config --cflags` 6CFLAGS=-g $(PROFILE) -std=c99 -Wall $(DEFINES) `xml2-config --cflags`
7CXXFLAGS=-g $(PROFILE) -W -Wall $(DEFINES) `xml2-config --cflags` 7CXXFLAGS=-g $(PROFILE) -Wall $(DEFINES) `xml2-config --cflags`
8LDFLAGS=$(PROFILE) `xml2-config --libs` 8LDFLAGS=$(PROFILE) `xml2-config --libs`
9BINS=nvptool 9BINS=nvptool
10 10
diff --git a/utils/nwztools/emmctools/Makefile b/utils/nwztools/emmctools/Makefile
index 953757fdab..15f8bf8d17 100644
--- a/utils/nwztools/emmctools/Makefile
+++ b/utils/nwztools/emmctools/Makefile
@@ -1,7 +1,7 @@
1DEFINES= 1DEFINES=
2CC=gcc 2CC=gcc
3LD=gcc 3LD=gcc
4CFLAGS=-g -std=c99 -W -Wall $(DEFINES) 4CFLAGS=-g -std=c99 -Wall $(DEFINES)
5LDFLAGS= 5LDFLAGS=
6BINS=emmctool 6BINS=emmctool
7 7
diff --git a/utils/nwztools/scsitools/Makefile b/utils/nwztools/scsitools/Makefile
index f7912c5d93..6b2d7a86a4 100644
--- a/utils/nwztools/scsitools/Makefile
+++ b/utils/nwztools/scsitools/Makefile
@@ -5,7 +5,7 @@ CC=$(PREFIX)gcc
5LD=$(PREFIX)gcc 5LD=$(PREFIX)gcc
6NWZ_DB_DIR=../database 6NWZ_DB_DIR=../database
7INCLUDES=-I$(NWZ_DB_DIR) -I$(SCSI_DIR) 7INCLUDES=-I$(NWZ_DB_DIR) -I$(SCSI_DIR)
8CFLAGS=-std=c99 -W -Wall $(DEFINES) $(INCLUDES) 8CFLAGS=-std=c99 -Wall $(DEFINES) $(INCLUDES)
9LDFLAGS=-L$(SCSI_DIR) -lrbscsi 9LDFLAGS=-L$(SCSI_DIR) -lrbscsi
10BINS=scsitool 10BINS=scsitool
11 11
diff --git a/utils/nwztools/upgtools/Makefile b/utils/nwztools/upgtools/Makefile
index 57525c1770..fcfc889ae6 100644
--- a/utils/nwztools/upgtools/Makefile
+++ b/utils/nwztools/upgtools/Makefile
@@ -3,8 +3,8 @@ CC=gcc
3CXX=g++ 3CXX=g++
4LD=g++ 4LD=g++
5PROFILE= 5PROFILE=
6CFLAGS=-g $(PROFILE) -std=c99 -W -Wall $(DEFINES) `pkg-config --cflags libcrypto++` 6CFLAGS=-g $(PROFILE) -std=c99 -Wall $(DEFINES) `pkg-config --cflags libcrypto++`
7CXXFLAGS=-g $(PROFILE) -W -Wall $(DEFINES) `pkg-config --cflags libcrypto++` 7CXXFLAGS=-g $(PROFILE) -Wall $(DEFINES) `pkg-config --cflags libcrypto++`
8LDFLAGS=$(PROFILE) `pkg-config --libs libcrypto++` -lpthread 8LDFLAGS=$(PROFILE) `pkg-config --libs libcrypto++` -lpthread
9BINS=upgtool 9BINS=upgtool
10 10