diff options
| author | Tor Aamodt <[email protected]> | 2011-07-25 10:58:50 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:22 -0700 |
| commit | 467394dc15a74595b94431e85b1dde14c9db078d (patch) | |
| tree | f5a2651bbdcc8d50ce5cab09456c23bf9a3756d4 /Makefile | |
| parent | 8de79734f6f6fa7090efd5f5c6591f58f279ab5d (diff) | |
change copyright notice to include authors
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9872]
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,5 @@ -# Copyright (c) 2009-2011, The University of British Columbia +# Copyright (c) 2009-2011, Tor M. Aamodt, Ali Bakhoda, Timothy Rogers, +# Jimmy Kwa, and The University of British Columbia # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -65,6 +66,7 @@ $(SIM_LIB_DIR)/libcudart.so: $(LIBS) cudalib -o $(SIM_LIB_DIR)/libcudart.so if [ ! -f $(SIM_LIB_DIR)/libcudart.so.2 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.2; fi if [ ! -f $(SIM_LIB_DIR)/libcudart.so.3 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.3; fi + if [ ! -f $(SIM_LIB_DIR)/libcudart.so.4 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.4; fi $(SIM_LIB_DIR)/libcudart.dylib: $(LIBS) cudalib g++ $(SNOW) -dynamiclib -Wl,-headerpad_max_install_names,-undefined,dynamic_lookup,-compatibility_version,1.1,-current_version,1.1\ |
