| makefile.mk (05ab2edc) | makefile.mk (9499803e) |
|---|---|
| 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=v5.0.0 | 44TARFILE_NAME=epm-5.0.0 |
| 45TARFILE_MD5=8ce02a315807bd406b5de85ccf63e7fb 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)"!="" --- 14 unchanged lines hidden --- | 45TARFILE_MD5=8ce02a315807bd406b5de85ccf63e7fb 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)"!="" --- 14 unchanged lines hidden --- |