analyzer/Makefile.init
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 23 Nov 2015 11:14:30 +0100
changeset 551 00ebb1b85f53
parent 216 3a58575016b0
permissions -rw-r--r--
Fixed CI scripts on Windows For an unknown reason, unzip on Windows reports status code 50 (presumably "the disk is (or was) full during extraction.") even if there's plenty of space. To workaround this, simply ignore status code 50 on Windows. Sigh.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
216
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
#
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
# DO NOT EDIT
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
#
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
# make uses this file (Makefile) only, if there is no
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
# file named "makefile" (lower-case m) in the same directory.
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
# My only task is to generate the real makefile and call make again.
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
# Thereafter, I am no longer used and needed.
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
#
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
# MACOSX caveat:
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
#   as filenames are not case sensitive (in a default setup),
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
#   we cannot use the above trick. Therefore, this file is now named
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
#   "Makefile.init", and you have to execute "make -f Makefile.init" to
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
#   get the initial makefile.  This is now also done by the toplevel CONFIG
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
#   script.
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
.PHONY: run
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
run: makefile
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
	$(MAKE) -f makefile
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
#only needed for the definition of $(TOP)
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
include Make.proto
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
makefile: mf
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
mf:
3a58575016b0 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    27
	$(TOP)/rules/stmkmf