ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/ccscs20/GNUmakefile
Revision: 4
Committed: 2004-05-13T17:50:29-07:00 (21 years, 1 month ago) by Douglas Thrift
File size: 257 byte(s)
Log Message:
Alive!

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 Node.hpp Iterator.hpp
12 $(CXX) $(CPPFLAGS) $(CXXFLAGS) UnitTest.cpp -o $@
13
14 clean:
15 -rm UnitTest

Properties

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