~ubuntu-branches/ubuntu/precise/gle-graphics/precise

« back to all changes in this revision

Viewing changes to src/makefmt/Makefile.os2

  • Committer: Package Import Robot
  • Author(s): Christian T. Steigies
  • Date: 2011-10-20 22:15:27 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111020221527-sv27lrowdd221npi
Tags: 4.2.3b-1
* new upstream version
* switch from cdbs to debhelper 8
* update copyright file
* do no rely on proc on non-linux systems (closes: #644588)
* do not ship glebtool, which is a helper used only during build
* add libqt4-opengl-dev to build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
$(OBJECTS): $(INCLUDES)
49
49
 
50
50
$(PROJECT_BINDIR)/bin/$(PROGRAM)$(EXE_SUFF): $(OBJECTS) $(INCLUDES) $(PROGRAM).cpp
51
 
        $(CC) $(CXXFLAGS) $(PROGRAM).cpp -o $(PROJECT_BINDIR)/bin/$(PROGRAM)$(EXE_SUFF) $(OBJECTS) 
 
51
        $(CC) $(CXXFLAGS) $(PROGRAM).cpp -o $(PROJECT_BINDIR)/bin/$(PROGRAM)$(EXE_SUFF) $(OBJECTS)
52
52
 
53
53
clean:
54
54
        -$(RM) $(OBJECTS) $(PROJECT_BINDIR)/bin/$(PROGRAM)$(EXE_SUFF) $(PROGRAM).$(OBJ_SUFF)