Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 3, 2015
1 parent 68501e2 commit 6d4f016
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions qwt/Makefile.omdev.mingw
@@ -1,28 +1,28 @@
# @author Adeel Asghar <adeel.asghar@liu.se>
#
# RCS: $Id: Makefile.omdev.mingw 76 2014-06-02 20:41:49Z adeas31 $
#
QMAKE=qmake
NAME=qwt
.PHONY: always $(NAME)
all: build
Makefile: qwt.pro
@rm -f $@
$(QMAKE) qwt.pro
clean: Makefile
test ! -f Makefile || $(MAKE) -f Makefile clean
rm -rf build lib Makefile
rm -rf src/debug src/moc src/release src/Makefile* src/object_script*
rm -rf textengines/Makefile
$(NAME): Makefile
$(MAKE) -f Makefile
build: $(NAME)
$(MAKE) -f Makefile install
cp -puf lib/libomqwt*.a ../../build/lib/omc
# @author Adeel Asghar <adeel.asghar@liu.se>
#
# RCS: $Id: Makefile.omdev.mingw 76 2014-06-02 20:41:49Z adeas31 $
#

QMAKE=qmake
NAME=qwt

.PHONY: always $(NAME)

all: build

Makefile: qwt.pro
@rm -f $@
$(QMAKE) qwt.pro

clean: Makefile
test ! -f Makefile || $(MAKE) -f Makefile clean
rm -rf build lib Makefile
rm -rf src/debug src/moc src/release src/Makefile* src/object_script*
rm -rf textengines/Makefile

$(NAME): Makefile
$(MAKE) -f Makefile

build: $(NAME)
$(MAKE) -f Makefile install
cp -puf lib/libomqwt*.a ../../build/lib/omc

0 comments on commit 6d4f016

Please sign in to comment.