Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
3e5b07d6
Commit
3e5b07d6
authored
Jul 26, 2010
by
Tarun Prabhu
Browse files
Added annotate_rspec_v2 to GNUMakefile.in
parent
b70c129d
Changes
1
Hide whitespace changes
Inline
Side-by-side
assign/GNUmakefile.in
View file @
3e5b07d6
...
@@ -37,11 +37,13 @@ CXXFLAGS += -I/sw/include
...
@@ -37,11 +37,13 @@ CXXFLAGS += -I/sw/include
ifeq ($(HAVE_XERCES),yes)
ifeq ($(HAVE_XERCES),yes)
CXXFLAGS += -DWITH_XML
CXXFLAGS += -DWITH_XML
LIBS += -L/usr/local/lib -lxerces-c
LIBS += -L/usr/local/lib -lxerces-c
OBJS += parse_ptop_xml.o parse_vtop_xml.o parse_policy_xml.o parse_error_handler.o xmlhelpers.o parse_advertisement_rspec.o parse_request_rspec.o annotate_rspec.o annotate_vtop.o annotate.o rspec_parser_helper.o rspec_parser.o rspec_parser_v1.o rspec_parser_v2.o emulab_extensions_parser.o
OBJS += parse_ptop_xml.o parse_vtop_xml.o parse_policy_xml.o parse_error_handler.o xmlhelpers.o parse_advertisement_rspec.o parse_request_rspec.o
annotate_rspec_v2.o
annotate_rspec.o annotate_vtop.o annotate.o rspec_parser_helper.o rspec_parser.o rspec_parser_v1.o rspec_parser_v2.o emulab_extensions_parser.o
endif
endif
# Pick either this
# Pick either this
CXXFLAGS += -O3
CXXFLAGS += -O3
# XXX: Get rid of this once done testing
# CXXFLAGS += -g
# or this
# or this
#CXXFLAGS += -O0 -g -Wall -DVERBOSE
#CXXFLAGS += -O0 -g -Wall -DVERBOSE
# and then zero or more of these
# and then zero or more of these
...
@@ -114,6 +116,7 @@ anneal.o: anneal.cc anneal.h port.h delay.h physical.h common.h fstring.h \
...
@@ -114,6 +116,7 @@ anneal.o: anneal.cc anneal.h port.h delay.h physical.h common.h fstring.h \
solution.h vclass.h neighborhood.h
solution.h vclass.h neighborhood.h
annotate.o: annotate.cc
annotate.o: annotate.cc
annotate_rspec.o: annotate_rspec.cc
annotate_rspec.o: annotate_rspec.cc
annotate_rspec_v2.o: annotate_rspec_v2.cc
annotate_vtop.o: annotate_vtop.cc
annotate_vtop.o: annotate_vtop.cc
assign.o: assign.cc port.h common.h fstring.h delay.h physical.h \
assign.o: assign.cc port.h common.h fstring.h delay.h physical.h \
featuredesire.h forwarding.h virtual.h vclass.h pclass.h score.h \
featuredesire.h forwarding.h virtual.h vclass.h pclass.h score.h \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment