NetBSD/gnu/lib/libstdc++/stl/Makefile

27 lines
1.1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 1998/04/12 14:18:42 tv Exp $
NOPROG= yes
INCS= algorithm deque functional hash_map hash_set iterator list map \
memory numeric pthread_alloc queue rope set slist stack utility \
vector
INCS+= algo.h algobase.h alloc.h bvector.h defalloc.h deque.h function.h \
hash_map.h hash_set.h hashtable.h heap.h iterator.h list.h map.h \
multimap.h multiset.h pair.h pthread_alloc.h rope.h ropeimpl.h set.h \
slist.h stack.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h \
stl_config.h stl_construct.h stl_deque.h stl_function.h \
stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_hashtable.h \
stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h \
stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h \
stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h \
stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h \
tempbuf.h tree.h type_traits.h vector.h
INCSDIR=/usr/include/g++
.PATH: $(.CURDIR)/../../../dist/libstdc++/stl
# XXX Workaround the .cc -> (NULL) extension rule
.cc:
@true
.include <bsd.prog.mk>