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
6db1a275
Commit
6db1a275
authored
Jan 04, 2001
by
mac
Browse files
Added rule to use CXX to compile .cc files to .o files. Needed for assign.
parent
20f130c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
GNUmakerules
View file @
6db1a275
...
...
@@ -62,9 +62,12 @@ vpath %.c $(SRCDIR)
%.o: %.c
$(CC) -c -o $@ $(CFLAGS) $<
%.o: %.cc
$(CXX) -c -o $@ $(CXXFLAGS) $<
#
# Rules to regen configure written files.
#
%: %.in
@echo "Regenerating $@"
cd $(OBJDIR) && CONFIG_FILES=$(SUBDIR)/$@ config.status
\ No newline at end of file
cd $(OBJDIR) && CONFIG_FILES=$(SUBDIR)/$@ config.status
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