ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/ccscs20/GNUmakefile
Revision: 15
Committed: 2004-05-16T18:51:23-07:00 (21 years, 1 month ago) by Douglas Thrift
File size: 261 byte(s)
Log Message:
Eep!

File Contents

# Content
1 # Null Object, Iterators, Visitor & Linked List
2 #
3 # Douglas Thrift
4 #
5 # $Id$
6
7 CXX = g++34
8
9 all: UnitTest
10
11 UnitTest: UnitTest.cpp DoublyLinkedList.hpp NullNode.hpp Iterator.hpp
12 $(CXX) $(CPPFLAGS) $(CXXFLAGS) UnitTest.cpp -o $@
13
14 clean:
15 -rm UnitTest *.core *.exe

Properties

Name Value
svn:eol-style native
svn:keywords Id