logo

libbulletml

Library of Bullet Markup Language (forked from https://shinh.skr.jp/libbulletml/index_en.html )git clone https://hacktivis.me/git/libbulletml.git

Makefile (223B)


  1. INCLUDES = -I../std -I..
  2. LIBS =
  3. #CXXFLAGS = -g -W -Wall
  4. #CXXFLAGS = -pg -g -W -Wall
  5. OBJS = ygg.o
  6. all: $(OBJS)
  7. clean:
  8. rm -f *.o *.a
  9. $(OBJS): %.o: %.cpp
  10. $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(INCLUDES) -c $< -o $@
  11. distdir: