Project

General

Profile

Revision 1083

Prepared the library for refactoring
- Added a library_test behavior (general testing playground)
- Modified projects/libdragonfly/Makefile and behaviors/library_test/Makefile because there is no code directory in this branch

View differences:

Makefile
1
# Modified Makefile for the branch (no docs here, no code directory)
2
# Further changes:
3
#   - ... go here
4

  
1 5
############################
2 6
### Update this Section ####
3 7
############################
4 8

  
5
COLONYROOT = ../../..
9
COLONYROOT = ../..
6 10

  
7 11
# Target file name (without extension).
8 12
TARGET = libdragonfly
......
160 164
dist: all publish
161 165

  
162 166
publish:
163
	$(COPY) $(TARGET).a $(COLONYROOT)/code/lib/bin
164
	$(COPY) *.h $(COLONYROOT)/code/lib/include/$(TARGET)
167
	$(COPY) $(TARGET).a $(COLONYROOT)/lib/bin
168
	$(COPY) *.h $(COLONYROOT)/lib/include/$(TARGET)
165 169

  
166
docs:
167
	$(DOXYGEN)
168
	$(COPY) docs/html/* $(COLONYROOT)/docs/$(TARGET)
170
#docs:
171
#	$(DOXYGEN)
172
#	$(COPY) docs/html/* $(COLONYROOT)/docs/$(TARGET)
169 173

  
170 174

  
171 175
build: $(OBJ)

Also available in: Unified diff