makefile.mk (7871dc3e) makefile.mk (05ab2edc)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 27 unchanged lines hidden (view full) ---

36 @echo "epm disabled or system epm used ...."
37
38.ELSE
39
40# --- Files --------------------------------------------------------
41
42.IF "$(GUI)"=="UNX"
43
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 27 unchanged lines hidden (view full) ---

36 @echo "epm disabled or system epm used ...."
37
38.ELSE
39
40# --- Files --------------------------------------------------------
41
42.IF "$(GUI)"=="UNX"
43
44TARFILE_NAME=epm-3.7
45TARFILE_MD5=3ade8cfe7e59ca8e65052644fed9fca4
46PATCH_FILES=epm-3.7.patch
44TARFILE_NAME=v5.0.0
45TARFILE_MD5=8ce02a315807bd406b5de85ccf63e7fb
47
48CONFIGURE_ACTION=.$/configure
49CONFIGURE_FLAGS=--disable-fltk
50.IF "$(OS)"=="MACOSX"
51.IF "$(EXTRA_CFLAGS)"!=""
52CONFIGURE_FLAGS+=CFLAGS="$(EXTRA_CFLAGS)" LDFLAGS="$(EXTRA_LINKFLAGS)" CPP="gcc -E $(EXTRA_CFLAGS)"
53.ENDIF # "$(EXTRA_CFLAGS)"!=""
54.ENDIF

--- 13 unchanged lines hidden ---
46
47CONFIGURE_ACTION=.$/configure
48CONFIGURE_FLAGS=--disable-fltk
49.IF "$(OS)"=="MACOSX"
50.IF "$(EXTRA_CFLAGS)"!=""
51CONFIGURE_FLAGS+=CFLAGS="$(EXTRA_CFLAGS)" LDFLAGS="$(EXTRA_LINKFLAGS)" CPP="gcc -E $(EXTRA_CFLAGS)"
52.ENDIF # "$(EXTRA_CFLAGS)"!=""
53.ENDIF

--- 13 unchanged lines hidden ---