Skip to content
Snippets Groups Projects
Commit a621d832 authored by jdh8d's avatar jdh8d
Browse files

No commit message

No commit message
parent d56aa841
No related branches found
No related tags found
No related merge requests found
* text=auto !eol
/LICENSE.txt -text
/Makefile -text
/Makefile.in -text
include/memory_space.h -text
include/nonce_relocs.h -text
include/range.h -text
......@@ -10,7 +10,7 @@ include/zipr_all.h -text
include/zipr_optimizations.h -text
include/zipr_options.h -text
include/zipr_stats.h -text
src/Makefile -text
src/Makefile.in -text
src/main.cpp -text
src/memory_space.cpp -text
src/nonce_relocs.cpp -text
......
bdir=@prefix@
all:
cd src;make
install: all
cp src/zipr.exe bin
cp src/zipr.exe $(bdir)/bin
clean:
cd src;make clean
......@@ -8,7 +8,7 @@ OBJS=$(subst .cpp,.o, $(SRCS))
EXE=zipr.exe
CXX=g++
CXXFLAGS=$(INC) -g -DCGC
CXXFLAGS=$(INC) @OPTIMIZE@
LDFLAGS=-L$(SECURITY_TRANSFORMS_HOME)/lib
LIBS=-lpqxx -lpq -lIRDB-core -lBeaEngine_s_d -ltransform ${SECURITY_TRANSFORMS_HOME}/tools/transforms/Rewrite_Utility.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment