pikeyd165 – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 lib_LIBRARIES = libbcm2835.a
2 libbcm2835_a_SOURCES = bcm2835.c
3 include_HEADERS = bcm2835.h
4 check_PROGRAMS = test
5 test_SOURCES = test.c
6 test_LDADD = ./libbcm2835.a
7 TESTS = $(check_PROGRAMS)
8 CLEANFILES = *~
9